Assign<T>(Object,T,T) Method
In This Topic
Assigns all from another object.
Syntax
'Declaration
Public Overloads Shared Sub Assign(Of As {New, ICloneableObject, IOwnedObject})( _
ByVal As Object, _
ByVal As , _
ByRef As _
)
public static void Assign<>(
object ,
,
ref
)
where T: new(), ICloneableObject, IOwnedObject
Parameters
- owner
- The owner object.
- source
- The source object.
- dest
- The destination object.
Type Parameters
- T
- The type of destination object.
See Also